func github.com/andybalholm/brotli/matchfinder.extendMatch
4 uses
github.com/andybalholm/brotli/matchfinder (current package)
m0.go#L110: s = extendMatch(src, candidate+4, s+4)
m0.go#L123: newS := extendMatch(src, newCandidate+4, newBase+4)
m4.go#L292: func extendMatch(src []byte, i, j int) int {
m4.go#L328: end := extendMatch(src, candidate+4, start+4)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |